Skip to content

AnonymousObservable class

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.AnonymousObservable<T> Modifiers: public sealed

Summary

Class to create an IObservable instance from a delegate-based implementation of the Subscribe method.

Applies to

netstandard2.0

Class hierarchy
classDiagram
class AnonymousObservable~T~
class ObservableBase~T~
ObservableBase~T~ <|-- AnonymousObservable~T~

Inherits from: ObservableBase

Constructors

NameSummary
.ctorCreates an observable sequence object from the specified subscription function.

Methods

NameSummary
SubscribeCoreCalls the subscription function that was supplied to the constructor.
Inherited members